body {
	background-color: #fff;
	color: #000;
}

.sidearm-splash .sidearm-splash-html-container {
	max-width: 1200px;
}

p {
	vertical-align: middle;
}

#wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

#menu {
	background-color: #000;
	padding: 5px 10px;
	/*overflow: auto;*/
}

#menu a, #menu a:link, #menu a:visited {
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Fjalla One', Helvetica;
	font-size: 1.5em;
	vertical-align: middle;
	display: block;
}	

#rolltide-link {
	padding-right: 20px;
}

#artwork {
	border-bottom: 10px solid #9e1b32;
}

.content-item {
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px;
	margin: 10px 0;
}

.content-item a, .content-item a:link, .content-item a:visited {
	color: #9e1b32 !important;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

h2 {
	border-bottom: 5px dotted #9e1b32;
	color: #000;
}

#stats a, #stats a:link, #stats a:visited {
	background-color: transparent;
	color: #fff !important;
	text-decoration: underline;
	text-transform: none;
}

.video-responsive {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}

.video-responsive iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

td {
	padding: 5px 10px;
	text-align: left;
}

td:first-of-type {
	padding-right: 30px;
	border-right: 1px solid #9e1b32;
}

td:last-of-type {
	border-left: 1px solid #9e1b32;
}

th {
	color: #9e1b32;
	text-align: left;
	padding: 5px 10px;
	border-bottom: 1px solid #9e1b32;
}

th:first-of-type {
	padding-right: 15px;
	border-right: 1px solid #9e1b32;
}

th:last-of-type {
	border-left: 1px solid #9e1b32;
}

@media (min-width: 624px) {
	#content {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.content-item {
		flex-basis: 48%;
	}

	#menu {
		display: flex;
		/*justify-content: space-between;*/
		justify-content: flex-end;
		flex-wrap: wrap;
		align-items: center;
	}
}

@media (min-width: 936px) {
	#content {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.content-item {
		flex-basis: 32%;
	}
}